From: Jan Djärv Date: Fri, 14 Sep 2007 06:20:00 +0000 (+0000) Subject: (xg_get_file_with_chooser): Move GCPRO1 after declarations X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1492 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0e55874fcbd9f57023968b353fe62d59c72867a9;p=emacs.git (xg_get_file_with_chooser): Move GCPRO1 after declarations --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 7b1e4c5272d..d80bd6f9eb6 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -1412,8 +1412,8 @@ xg_get_file_with_chooser (f, prompt, default_filename, { Lisp_Object file; struct gcpro gcpro1; - GCPRO1 (file); char *utf8_filename; + GCPRO1 (file); file = build_string (default_filename);